home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / close_commit.man < prev    next >
Text File  |  1993-04-22  |  906b  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89             close_commit
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  close_commit
  6.  
  7.   FUNCTION:
  8.        End a connection with the commit service.
  9.  
  10.   SYNTAX:
  11.        void close_commit(connect)
  12.  
  13.        DBPROCESS *connect;
  14.  
  15.   COMMENTS:
  16.  
  17.        o This routine calls dbclose()  to  end  a  connection  with  the
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   close_commit            Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          commit service. A call to close_commit() should  be  made  when
  27.          the application is through with the commit service, in order to
  28.          free resources.
  29.  
  30.   PARAMETERS:
  31.        connect -  A pointer to the DBPROCESS structure that  was  origi-
  32.            nally returned by open_commit().
  33.  
  34.   RETURNS:
  35.        None.
  36.  
  37.   SEE ALSO:
  38.        dbclose
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.